home *** CD-ROM | disk | FTP | other *** search
/ Nothing but GIFs AGA / Nothing But GIFs.iso / qpeg / qpeg.ini < prev    next >
Text File  |  1995-11-23  |  7KB  |  159 lines

  1. # QPEG initialization file
  2. #
  3. # You may modify this file with any standard ASCII text editor.
  4. # Comments are preceded by '#' (you can also use ';' or '%').
  5. # Options are not case sensitive.  Spaces are ignored.
  6.  
  7. # Switch "fast preview" initially on/off ('!' key within QPEG).
  8. Preview=On
  9.  
  10. # Switch "file information" initially on/off ('*' key within QPEG).
  11. File_Info=Off
  12.  
  13. # Default directory at startup.  Specify '.' for current directory.
  14. Default_Directory=\gifs
  15.  
  16. # Only files matching the following filter are displayed in the
  17. # directory listing (separate multiple filters by comma ',').
  18. # The default filter is '*.*', i.e. all files are displayed.
  19. # For example '*.JPG,*.TGA' would display JPEG and Targa files only.
  20. File_Filter=*.GIF
  21.  
  22. # Exclude the following files from the directory listing (by default none).
  23. # Multiple entries are separated by commas.
  24. File_Exclude=*.IDX,DESCRIPT.ION
  25.  
  26. # Sort order of the directory listing.  Possible sort keys:
  27. #    None : don't sort
  28. #    Dir  : display directories first
  29. #    Name : sort by name (including extension), A first, Z last
  30. #    Ext  : sort by extension only, A first, Z last
  31. #    Size : sort by file size (size of directories is 0), smallest first
  32. #    Date : sort by file date and time, oldest first
  33. # Each key can be followed by '-' (minus sign) which reverses the order,
  34. # e.g. 'Dir-' displays direcories last, 'Size-' displays the biggest file
  35. # first.  Multiple keys (up to five) are separated by ',' (comma).
  36. # More examples:
  37. #    'Dir,Name'   : directories first, then sort by names (default)
  38. #    'Ext,Name'   : sort by extensions, files with the same extension are
  39. #                   sorted by names
  40. #    'Dir-,Date-' : directories last, sort by date (newest file first).
  41. Sort_Order=Dir,Name
  42.  
  43. # Use 16 or 256 color mode for user interface (directory listing).
  44. # Only switch on if you are sure that the 640x480x256 mode is working
  45. # correctly with QPEG.
  46. Interface_256_Colors=Off
  47.  
  48. # QPEG automatically creates and updates hidden description files
  49. # (DESCRIPT.ION, compatible with 4DOS/NDOS) to store application specific
  50. # data, thus speeding up the process of getting file information.
  51. # If you don't like that, switch this off.  Of course you will still
  52. # be able to create and edit file descriptions (Alt-E).
  53. # `On' is recommended.
  54. Create_Descriptions=On
  55.  
  56. # If your mouse driver is not Microsoft compatible, switch this off.
  57. # That will also disable Follow_Mouse and Pan_Mouse.
  58. Use_Mouse=On
  59.  
  60. # The following lines define the functions of the mouse buttons.
  61. # Each mouse button corresponds to a key on your keyboard.
  62. # These three lines are for the menu/directory screen:
  63. Menu_Mouse_Button_Left  =Cursor+Enter   # view image
  64. Menu_Mouse_Button_Middle=Shift+Enter    # view tagged files
  65. Menu_Mouse_Button_Right =Cursor+Space   # tag/untag image
  66. # These three lines are for the image display screen:
  67. View_Mouse_Button_Left  =Enter          # view next image
  68. View_Mouse_Button_Middle=Esc            # stop display / return to menu
  69. View_Mouse_Button_Right =Space          # tag/untag image and view next one
  70.  
  71. # If this option is on, the file cursor (bar) will follow the mouse cursor.
  72. # You can still use the cursor keys.  The bar will NOT follow the mouse
  73. # if you place the mouse pointer at the top of the screen.
  74. Follow_Mouse=Off
  75.  
  76. # You can pan across the image by moving your mouse if this option is on.
  77. Pan_Mouse=On
  78.  
  79. # If this is on, the top of the screen will be updated immediately during
  80. # panning, the bottom part will be updated when panning is stopped.
  81. # If it's off, the whole screen is updated at every panning step, which
  82. # may look jerky (depending on the speed of your machine and the
  83. # resolution).
  84. Pan_Immediately=Off
  85.  
  86. # The step size for panning.  A plain number specifies the amount of
  87. # pixels to pan across the image each time a cursor key is pressed.
  88. # A number followed by the letter 'P' (percent) specifies the step size
  89. # depending on the current screen resolution.
  90. # Does not affect panning by mouse.
  91. Pan_Step_X=3p   # horizontal step size:  3 percent of screen width
  92. Pan_Step_Y=3p   # vertical step size:  3 percent of screen height
  93.  
  94. # On: View image while it's being loaded
  95. # Off: view image when loading is complete.
  96. View_While_Loading=On
  97.  
  98. # Display image information while it's being loaded:
  99. #    None - don't display any information
  100. #    Dir  - directory
  101. #    Name - file name (without extension)
  102. #    Ext  - file name extension
  103. #    Size - file size (in bytes)
  104. #    Type - image type
  105. #    Dim  - image dimensions (Width x Height)
  106. Image_Description=Name,Type,Dim
  107.  
  108. # Beep when the image decoding is completed or Esc hit while decoding.
  109. Ready_Beep=Off
  110.  
  111. # Beep when an error occured (file format error, I/O error, etc).
  112. Error_Beep=On
  113.  
  114. # Beep when a warning occured (e.g. delete file).
  115. Warn_Beep=On
  116.  
  117. # Display all images as greyscaled on/off ('$' key within QPEG).
  118. Force_Grey=Off
  119.  
  120. # Height and colors of the default video mode ('+'/'-' keys within QPEG).
  121. # For colors you can use '16', '256', '32K', '64K' and '16M'.
  122. # If the desired mode is not available, QPEG chooses a mode which
  123. # comes as close as possible.
  124. Default_Mode_Height=480
  125. Default_Mode_Colors=256
  126.  
  127. # Shrink the image to fit to the screen if it's too large.
  128. Fit_To_Screen=Off
  129.  
  130. # Use dithering for hicolor modes:
  131. # on:  image quality is like truecolor, but takes 15% more time.
  132. # off:  faster, but image quality is sometimes worse (not recommended).
  133. Hicolor_Dither=On
  134.  
  135. # Automatic video mode selection ('#' key within QPEG).
  136. # on:  QPEG selects the mode automatically, depending on the image size
  137. #      (it ignores the mode selected by the user).
  138. # off: QPEG uses the mode which is currently selected by the user.
  139. # ATTENTION:  If switched on, QPEG may use any of the modes which are
  140. #             defined in the configuration file (QPEG.CFG).  So be sure
  141. #             that all of those modes work with your video hardware!
  142. #             You have to delete the modes that do not work.
  143. Auto_Mode=Off
  144.  
  145. # Specify which modes (number of colors) QPEG should take into account
  146. # when automatic mode selection is switched on.
  147. # For truecolor images (e.g. color JPEGs, 24 bit Targa):
  148. Auto_Mode_Truecolor=256,32K,64K,16M
  149. # For hicolor images (e.g. 15bit Targas):
  150. Auto_Mode_Hicolor=256,32K,64K
  151. # For greyscaled images:
  152. Auto_Mode_Grey=16,256
  153. # For color images with up to 256 colors (e.g. 256 color GIFs):
  154. Auto_Mode_256Color=256
  155. # For images with up to 16 colors:
  156. Auto_Mode_16Color=16,256
  157.  
  158. ######
  159.